home *** CD-ROM | disk | FTP | other *** search
- on(release, keyPress "p"){
- if(0 < _root.potions)
- {
- _root.potions -= 1;
- with(_root.screenflash)
- {
- gotoAndPlay(2);
- }
- i = 1;
- while(i < 200)
- {
- removeMovieClip(_root["enemy" + i]);
- i += 1;
- }
- i = 1;
- while(i < 200)
- {
- removeMovieClip(_root["enemyb" + i]);
- i += 1;
- }
- i = 1;
- while(i < 200)
- {
- removeMovieClip(_root["enemyc" + i]);
- i += 1;
- }
- i = 1;
- while(i < 200)
- {
- removeMovieClip(_root["enemyd" + i]);
- i += 1;
- }
- }
- }
-